2012-10-19 - 5006 - Spec - EMEA Grid Conversion Issue #EMEA #ABAPFORMS #salesorders #invoices #Grids

SPECIFICATIONS

5006 - EMEA Grid conversion Issue

Purpose


EMEA Grid conversion updates in forms faced by customers..

Admin Info


Specs
5006 - EMEA Grid conversion updates in forms.
Requested By
Daniel Brennan
Spec Created By
Krishna Sandeep
Spec Created Date
01/18/2013
Tested by
Deepak Yasam
Objects
Smartforms :
Z_ORDER_CONFIRM
Z_ORDER_CONFIRM_EMAIL
ZFSD_PACK_SLIP
ZSF_SHIPING_NOTICE
ZLB_BIL_INVOICE_UK

Driver Programs :
ZSF00010
ZSF00010_NA
Status
(WIP/Complete)
Complete

References



Functional Requirement



EMEA Apparel Grid sizes are one size higher than the corresponding Grid sizes of US, But the business follows displaying the documents in base values(US Sizes). However customers needs to see the outputs issued to them in EMEA sizes, so identify all the forms faced by EMEA customers and make the necessary in them such that EMEA Grids are displayed in outputs.

Solution Summary



Fetch the data from the conversion table based on the grid value by following the below criteria :

Test Plan

[List test scenarios/cases to be executed here]

Test Scenario
Expected Results
1
Create Sales Order for EMEA Sales orgs with US grid values
by following the above criteria.
The output form should display the Grid values of the conversion table and
not from the order.
2
Create Delivery for EMEA Sales orgs with US grid values
by following the above criteria.
The output form should display the Grids values of the conversion table and
not from the delivery.
3
Create Invoice for EMEA Sales orgs with US grid values
by following the above criteria.
The output form should display the Grids values of the conversion table and
not from the invoice.
4
Create Sales Order for EMEA Sales orgs with US grid values
by not following the above criteria.
The output form should display the Grids values from the Order.
5
Create Sales Order for EMEA Sales orgs with US grid values
by not following the above criteria.
The output form should display the Grids values from the Delivery.
6
Create Sales Order for EMEA Sales orgs with US grid values
by not following the above criteria.
The output form should display the Grids values from the Invoice.

Solution Details



Included the logic in all the necessary objects.

If Sales org = 2000 or 2100 and Material group = 02 then
If master grid has characteristic SIZES and If characteristic SIZES has match then
Display the SIZES of conversion table
Else.
Display the original grid values.

Issues